x86: constify microcode hypercall argument
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 29 Aug 2008 15:11:05 +0000 (16:11 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 29 Aug 2008 15:11:05 +0000 (16:11 +0100)
commit8565e53aba37c480486ba3b7ba6c00688d152360
tree01f0cfa4d43f488b9d39a73077f192e7d952b3c0
parent65c1f4b9ec1a6023106d40505d42406f23ccf544
x86: constify microcode hypercall argument

Linux 2.6.27 marks the data pointer in its firmware struct 'const',
and hence, to avoid a compiler warning, Xen's microcode update
interface should be properly properly constified too.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/microcode.c
xen/arch/x86/platform_hypercall.c
xen/include/asm-x86/processor.h
xen/include/public/platform.h
xen/include/xen/compat.h